projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cad81b1
)
(syms_of_buffer): Clarify `fill-column' docstring.
author
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 16 Jun 2004 22:33:52 +0000
(22:33 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 16 Jun 2004 22:33:52 +0000
(22:33 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 532a768ba501eb42fbe650bf07d147713fd910fd..b72695d82bcb2c52899bd16eca05db6d711808d0 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-5437,7
+5437,7
@@
nil here means use current buffer's major mode. */);
DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column,
make_number (Lisp_Int),
doc: /* *Column beyond which automatic line-wrapping should happen.
-Interactively, you can set th
is
using \\[set-fill-column]. */);
+Interactively, you can set th
e buffer local value
using \\[set-fill-column]. */);
DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin,
make_number (Lisp_Int),